home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18375 < prev    next >
Encoding:
Text File  |  1996-08-05  |  941 b   |  37 lines

  1. Path: service-2.agate.net!usenet
  2. From: ettienne@agate.net (Steve Nutt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: "Pure virtual function called" error with Sparcworks
  5. Date: Sat, 20 Apr 1996 05:06:50 GMT
  6. Organization: DET
  7. Message-ID: <4l9jvu$mbo@service-2.agate.net>
  8. References: <316B8607.41C67EA6@jpmorgan.com>
  9. Reply-To: ettienne@agate.net
  10. NNTP-Posting-Host: ettienne.sdi.agate.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. Oliver Peck <peck_oliver@jpmorgan.com> wrote:
  14.  
  15. >I am using V4.0.1 of the Sparcworks C++ compiler.
  16.  
  17. >A program is occasionally crashing with the message:-
  18.  
  19. >"****  Pure virtual function called"
  20.  
  21. >Does anyone know what this may mean?
  22.  
  23.  
  24. >Thanks in advance.
  25.  
  26. >Oliver
  27.  
  28. Well I've not yet engaged my brain this morning, but unless you have a
  29. memory corruption going on the only way you'll get this error is if
  30. you are calling a pure virtual; function from an abstractÆs classÆs
  31. constructor or destructor.
  32.  
  33. Hope that helps,
  34.  
  35. Steve
  36.  
  37.